Name
|
Description
|
Ref. Page
|
SaC.CreditCard
|
Implements the field check interface and checks that the data entered is in standard credit card format
|
6-68
|
SaC.Digits
|
Implements the field check interface and checks that the data entered contains only digits
|
6-69
|
SaC.Email
|
Implements the field check interface and checks that the data entered is a valid e-mail address format
|
6-70
|
SaC.IsLetters
|
Implements the field check interface and checks that the data entered contains only alphabetic characters
|
6-71
|
SaC.IsState
|
Implements the field check interface and checks that the data entered is the two letter abbreviation of one of the 50 states and capitalized
|
6-72
|
SaC.MinMaxCh
|
Implements the field check interface and checks that the data entered contains at least a minimum but no more than a maximum number of characters
|
6-73
|
SaC.MinMaxInt
|
Implements the field check interface and checks that the data entered is an integer numeric between two numbers
|
6-74
|
SaC.MinMaxVal
|
Implements the field check interface and checks that the data entered is a numeric between two numbers
|
6-75
|
SaC.MonthName
|
Coverts month numbers (1 through 12) to month names for the user to see
|
6-76
|
SaC.MonthNum
|
Implements the field check interface and checks that the data entered is a valid month number (1 through 12)
|
6-77
|
SaC.MultiLine
|
Displays data in multi-line format (good for large strings) even if the data base value has no newline characters
|
6-78
|
SaC.NotBlank
|
Implements the field check interface and checks that the data field has not been left empty
|
6-79
|
SaC.SaAdds
|
Implements a data filter interface and adds a number to each value.
|
6-80
|
SaC.SaExp
|
Implements a data filter interface and raises each number by an exponent value
|
6-81
|
SaC.SaFirstWord
|
All data entered by the user is trimmed of beginning and ending whitespace characters
|
6-82
|
SaC.SaLower
|
All data is sent to lower case for the user
|
6-83
|
SaC.SaMoney
|
Formats numeric data as money
|
6-84
|
SaC.SaMult
|
Implements a data filter interface and scales each value by a number
|
6-85
|
SaC.SaTrimWs
|
All data entered by the user is trimmed of beginning and ending whitespace characters
|
6-86
|
SaC.SaUpper
|
All data is sent to upper case for the user
|
6-87
|
SaC.SaVariance
|
Implements a statistic interface and calculates the sample standard variance
|
6-88
|
SaC.SSN
|
Implements the field check interface and checks that the data entered is in a valid Social Security Number format
|
6-89
|
SaC.StdDev
|
Implements a statistic interface and calculates the sample standard deviation
|
6-90
|
SaC.ZipCode
|
Implements the field check interface and checks that the data entered is in a valid U.S. Zip Code format
|
6-91
|